home *** CD-ROM | disk | FTP | other *** search
- object ProgressDlg: TProgressDlg
- Left = 423
- Top = 222
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Progress'
- ClientHeight = 179
- ClientWidth = 273
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 120
- TextHeight = 20
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 273
- Height = 179
- Align = alClient
- BevelWidth = 2
- BorderStyle = bsSingle
- TabOrder = 1
- object LblAction: TLabel
- Left = 16
- Top = 16
- Width = 241
- Height = 20
- AutoSize = False
- Caption = 'LblAction'
- end
- object LblFilename: TLabel
- Left = 16
- Top = 48
- Width = 241
- Height = 20
- AutoSize = False
- Caption = 'LblFilename'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- end
- object Gauge: TGauge
- Left = 16
- Top = 88
- Width = 233
- Height = 20
- Progress = 0
- end
- end
- object BtnAbort: TButton
- Left = 16
- Top = 128
- Width = 241
- Height = 33
- Caption = 'Abort'
- TabOrder = 0
- OnClick = BtnAbortClick
- end
- end
-